home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / circuits / spice2g6.z / spice2g6 / spice / Fortran / second.f < prev    next >
Encoding:
Text File  |  1989-02-03  |  175 b   |  8 lines

  1.       subroutine second(t1)
  2.       implicit double precision (a-h,o-z)
  3.       dimension ibuff(4)
  4.       call times (ibuff)
  5.       t1=dble (ibuff(1))/60.0d0
  6.       return
  7.       end
  8.